Skip to main content

Wait For File

Overview


Waits for a specified file action (created or deleted) to occur on a file within a specified timeout.

Input

Input

NameRequiredDescription
File ActionThe action to wait for on the file
File PathThe file path to wait for the action on
Timeout (seconds)The maximum amount of time to wait for the file action
Fail on TimeoutIf true, this action will fail when it times out.

Output

NameRequiredDescription
Action SuccessTrue if the action passed, false if it failed.